;Info [ Npc Name{GambleWoman} X=10 Y=6 MapName={Darknessroom} ]

;NPC Release 1 (2003) By Geoff
;99% Translated NPCs Including Quests

[@main]  
#IF
equal p9 0
#ACT
goto @main-1
BreakTimeRecall 
break

#IF
equal p9 9
#ACT
goto @quit
BreakTimeRecall 
break

[@main-1]
#IF
#ACT
mov p9 0
#SAY
Welcome <$USERNAME>\
Welcome to room 36, the dark room.\
Inside is a maze, you get 5 minutes to solve it\
You must solve the maze to progress\
Good Luck\ \
<Move/@next>

[@next]
#IF
#ACT
mov p9 9
TimeRecall 5
map T1361

[@quit]
#IF
#ACT
map B011

